Kinetis SDK Demo Applications User Guide  1.0.0-beta
Freescale Semiconductor, Inc.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
FlexCAN Demo Introduction

Introduction and the function/definition comments of this demo. More...

FlexCAN Demo Introduction

Overview

UART to FlexCAN project is a simple demonstration program based on KSDK peripheral drivers. It provides a way to demonstrate the performance of FlexCAN and UART peripheral drivers and use asynchronous send and receive functions to create a bridge between UART and FlexCAN. The features include:

  1. UART send and receive support
  2. Timeout supported by PIT0
  3. FlexCAN transfer and receive configure support
  4. FlexCAN send and receive support

Supported platforms

So far this project has been supported on platforms listed as below:

 TWR-K64F120M

Function Description

These are the five functions which are defined in main.c
The prototypes for these functions are:

void init_hardware(void);
int printf(const char *format,...);
int scanf(const char *format,...);
void PIT0_IRQHandler(void);
void main(void);

See the main.c file for more details.